Click or drag to resize

UserSetting Class

Represents a single user setting.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverUserSetting

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class UserSetting

The UserSetting type exposes the following members.

Constructors
  NameDescription
Public methodUserSetting
Initializes a new instance of the UserSetting class.
Top
Properties
  NameDescription
Public propertyName
Represents the name of the user setting.
Public propertyProtocolConnections
Represents a collection of protocol connections.
Public propertyType
Public propertyValue
Represents the value of the user setting.
Public propertyWebClientUrls
Represents the URL of an Exchange Web client.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also